home *** CD-ROM | disk | FTP | other *** search
- assign WF: exists >nil:
- if warn
- echo "Attention: WF: Assign is not Found! Check your installation!" >t:temp1.txt
- echo "..." >>t:temp1.txt
- echo "Achtung: Das WF: Asign ist nicht vorhanden! Überprüfen Sie Ihre Installation!" >>t:temp1.txt
- else
- echo " "
- echo "Welcome to the Wildfire Update! Wilkommen beim Wildfire Update!"
- wait 2
- echo "Please hold on while the new files will be installed!"
- echo " "
- echo "Bitte haben Sie Geduld, bis die neuen Dateien installiert sind!"
- echo " "
- wait 8
- copy #? WF: all
- delete wf:Update_WF >Nil:
- delete wf:Update_WF.info >Nil:
- delete wf:spatch >NIL:
- delete wf:wf.pch >NIL:
- copy wf.pch ram: >NIL:
- copy spatch ram: >NIL:
- copy wf:wf wf:wf.old1 >NIL:
- echo " "
- echo "Please Insert the Wildfire7 CD!"
- echo " "
- echo "Bitte legen Sie die Wildfire 7 CD ein!"
- wait 8
- copy Wildfire_7:Wildfire/wf WF:WF.Old2 >NIL:
- echo " "
- echo "Patching Wildfire 7 Version 7.12 --> Wildfire 7 Version 7.13"
- echo " "
- ram:spatch -owf:wf.new -pram:wf.pch Wildfire_7:Wildfire/wf
- copy wf:wf.new wf:wf >NIL:
- delete ram:spatch >NIL:
- delete ram:wf.pch >NIL:
- echo " "
- echo "Everything installed o.k. ... Update Erfolgreich abgeschlossen!"
- wait 10
- echo " " >t:temp1.txt
- echo "Please start Wildfire and press HELP to display the Online-" >>t:temp1.txt
- echo "help! There is a new chapter called Updated Version! Please" >>t:temp1.txt
- echo "have a look at it!" >>t:temp1.txt
- echo " " >>t:temp1.txt
- echo " " >>t:temp1.txt
- echo "Bitte starten Sie Wildfire und drücken Sie die HELP Taste," >>t:temp1.txt
- echo "um sich die Online-Hilfe durchzulesen! Dort gibt es ein" >>t:temp1.txt
- echo "neues Kapitel Namens Neue Version Bitte lesen Sie" >>t:temp1.txt
- echo "es sich durch!" >>t:temp1.txt
- endif
- SYS:Utilities/more t:temp1.txt
- delete t:temp1.txt >nil:
-